.hero-title {
  color: white !important;
  font-weight: bold !important;
}

.md-nav__list {
  overflow-y: visible !important;
  max-height: none !important;
}

.md-sidebar--primary {
  overflow-y: visible !important;
}

.md-sidebar__scrollwrap {
  overflow-y: visible;
  max-height: none;
}
.md-sidebar--primary {
  overflow-y: visible;
}

/* Style for the table */
table {
  width: 100%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #ddd;
}

th, td {
  padding: 8px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f2f2f2;  /* Alternating row colors */
}

th {
  background-color: #00006D;
  color: white;
}
